home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10522 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.coli.uni-sb.de!usenet
  2. From: Stefan Wesner <stwe0000@stud.uni-sb.de>
  3. Newsgroups: comp.lang.c++
  4. Subject: ASCII Dump of a Binary-Tree
  5. Date: Fri, 08 Mar 1996 14:41:41 +0000
  6. Organization: Computational Linguistics Dept., U Saarbruecken
  7. Message-ID: <31404725.37CF@stud.uni-sb.de>
  8. NNTP-Posting-Host: nvtsun12.nvt.uni-sb.de
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (X11; I; SunOS 5.4 sun4m)
  13.  
  14. Hello everybody,
  15.  
  16. I have just written a little BinaryTree class and I'm looking for
  17. a simple way for print out the content in a treelike way.
  18.  
  19. The contents of the Tree are assumed to define the operator<<.
  20.  
  21.  
  22.  
  23. -- 
  24.                              `''
  25.                             (o o)
  26. ------------------------oOO--( )--OOo------------------------------
  27.  
  28. Stefan Wesner                         .     __&__   
  29. Schulstr. 86                          .    /     \  
  30. 66125 Jaegersfreude                   .   /       \  
  31. Germany                               .   |  (o)(o)   
  32.                                       .   C   .---_)
  33. Phone:  +49-681-399625                .    | |.___|  
  34. mailto:stwe0000@stud.uni-sb.de        .    |  \__/  
  35.                                       .    /_____\  
  36. http://www.ee.uni-sb.de/iaeste/STAFF/stefan.html
  37. --------------------------------------------------------------------
  38.